# Getting Started Guide
## 1. Rust Developers (Cargo)
If you have Rust installed, you can compile and install directly from source.
### Installation
```bash
cargo install --git https://github.com/Geekspeaker/methodwise.git
```
*Note: Ensure `~/.cargo/bin` is in your PATH.*
## 4. Manual Binary Download
You can download the latest binary from [GitHub Releases](https://github.com/Geekspeaker/methodwise/releases).
**Note**: You must manually add the binary to your PATH (e.g., move it to `/usr/local/bin` on Linux/Mac or `C:\Windows\System32` on Windows) to run it by just typing `methodwise`.